By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 0.1.1 (2024-03-31).md

View raw Download
text/plain • 565 B
ASCII text

Changelog for version 0.1.1

This version is mainly a patch release. It also adds a few small features.

New features in this release

  • Markdown now features support for ordered lists and setext headers.

  • requirements.txt was added for easier installation.

Fixed bugs in this release

  • When receiving multiple commits at once, they are added to the database in reverse order, matching the order of authoring.

  • Markdown lists should now be parsed correctly, even indented.

                
                    
1
Changelog for version 0.1.1
2
===========================
3
4
This version is mainly a patch release. It also adds a few small features.
5
6
New features in this release
7
----------------------------
8
9
* Markdown now features support for ordered lists and setext headers.
10
* `requirements.txt` was added for easier installation.
11
12
Fixed bugs in this release
13
--------------------------
14
15
* When receiving multiple commits at once, they are added to the database in
16
reverse order, matching the order of authoring.
17
* Markdown lists should now be parsed correctly, even indented.
18